home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / scl120.arc / SCL1CLOR.H < prev    next >
Text File  |  1990-09-07  |  2KB  |  82 lines

  1. /*******************************************************************************
  2. *          SCL1CLOR.H - color definitions for SCL1 Library version 2.0         *
  3. *                                                                              *
  4. *          Copyright (C) 1990 by José Rodríguez Alvira & José R. Lebrón        *
  5. *******************************************************************************/
  6.  
  7. #define BLACK_BLACK     0
  8. #define BLUE_BLACK      1
  9. #define GREEN_BLACK     2
  10. #define CYAN_BLACK      3
  11. #define RED_BLACK       4
  12. #define MAGENTA_BLACK   5
  13. #define BROWN_BLACK     6
  14. #define WHITE_BLACK     7
  15.  
  16. #define BLACK_BLUE      0x10
  17. #define BLUE_BLUE       0x11
  18. #define GREEN_BLUE      0x12
  19. #define CYAN_BLUE       0x13
  20. #define RED_BLUE        0x14
  21. #define MAGENTA_BLUE    0x15
  22. #define BROWN_BLUE      0x16
  23. #define WHITE_BLUE      0x17
  24.  
  25. #define BLACK_GREEN     0x20
  26. #define BLUE_GREEN      0x21
  27. #define GREEN_GREEN     0x22
  28. #define CYAN_GREEN      0x23
  29. #define RED_GREEN       0x24
  30. #define MAGENTA_GREEN   0x25
  31. #define BROWN_GREEN     0x26
  32. #define WHITE_GREEN     0x27
  33.  
  34. #define BLACK_CYAN      0x30
  35. #define BLUE_CYAN       0x31
  36. #define GREEN_CYAN      0x32
  37. #define CYAN_CYAN       0x33
  38. #define RED_CYAN        0x34
  39. #define MAGENTA_CYAN    0x35
  40. #define BROWN_CYAN      0x36
  41. #define WHITE_CYAN      0x37
  42.  
  43. #define BLACK_RED       0x40
  44. #define BLUE_RED        0x41
  45. #define GREEN_RED       0x42
  46. #define CYAN_RED        0x43
  47. #define RED_RED         0x44
  48. #define MAGENTA_RED     0x45
  49. #define BROWN_RED       0x46
  50. #define WHITE_RED       0x47
  51.  
  52. #define BLACK_MAGENTA   0x50
  53. #define BLUE_MAGENTA    0x51
  54. #define GREEN_MAGENTA   0x52
  55. #define CYAN_MAGENTA    0x53
  56. #define RED_MAGENTA     0x54
  57. #define MAGENTA_MAGENTA 0x55
  58. #define BROWN_MAGENTA   0x56
  59. #define WHITE_MAGENTA   0x57
  60.  
  61. #define BLACK_BROWN     0x60
  62. #define BLUE_BROWN      0x61
  63. #define GREEN_BROWN     0x62
  64. #define CYAN_BROWN      0x63
  65. #define RED_BROWN       0x64
  66. #define MAGENTA_BROWN   0x65
  67. #define BROWN_BROWN     0x66
  68. #define WHITE_BROWN     0x67
  69.  
  70. #define BLACK_WHITE     0x70
  71. #define BLUE_WHITE      0x71
  72. #define GREEN_WHITE     0x72
  73. #define CYAN_WHITE      0x73
  74. #define RED_WHITE       0x74
  75. #define MAGENTA_WHITE   0x75
  76. #define BROWN_WHITE     0x76
  77. #define WHITE_WHITE     0x77
  78.  
  79. #define HIGHLIGHT       8
  80. #define BLINK           0x80
  81.  
  82.